┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/pie/vendor/illuminate/contracts/Notifications
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: Factory.php
<?php namespace Illuminate\Contracts\Notifications; interface Factory { /** * Get a channel instance by name. * * @param string|null $name * @return mixed */ public function channel($name = null); /** * Send the given notification to the given notifiable entities. * * @param \Illuminate\Support\Collection|array|mixed $notifiables * @param mixed $notification * @return void */ public function send($notifiables, $notification); /** * Send the given notification immediately. * * @param \Illuminate\Support\Collection|array|mixed $notifiables * @param mixed $notification * @return void */ public function sendNow($notifiables, $notification); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Dispatcher.php
PHP
612 B
2025-03-24 11:47
EDIT
📄 Factory.php
PHP
770 B
2025-03-24 11:47
EDIT